ResetBySessionParameters

data class ResetBySessionParameters(val password: String, val sessionDurationMinutes: UInt = DEFAULT_SESSION_TIME_MINUTES)

Data class used for wrapping parameters used with Passwords StrengthCheck endpoint

Constructors

Link copied to clipboard
fun ResetBySessionParameters(password: String, sessionDurationMinutes: UInt = DEFAULT_SESSION_TIME_MINUTES)

Properties

Link copied to clipboard
val password: String

is the new password to set

Link copied to clipboard
val sessionDurationMinutes: UInt

indicates how long the session should last before it expires